home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Dom i biuro / Crimson Editor 3.70 / cedt370r.exe / spec / objective-c.key < prev    next >
INI File  |  2004-04-13  |  1KB  |  43 lines

  1. [-COMMENT-:GLOBAL]
  2. # OBJECTIVE-C LANGUAGE KEYWORDS FILE FOR CRIMSON EDITOR
  3. # FIRST EDITED BY JC BENOIT 2004.04.13
  4.  
  5. [KEYWORDS0:GLOBAL]
  6. # C general keywords
  7. auto break case const continue default do else enum extern for goto if
  8. register return sizeof static struct switch typedef union volatile while
  9.  #define #elif #else #endif #error #if #ifdef #ifndef #include #line #pragma #printf #undef defined
  10. # Objective-C general keywords
  11. @interface @implementation @protocol @class @end
  12. @private @protected @public
  13. in out inout bycopy byref oneway
  14. @selector @encode @defs @synchronized 
  15. @try @throw @catch @finally
  16.  #import
  17.  
  18. [KEYWORDS1:GLOBAL]
  19. # C datatype keywords
  20. char double float int long short signed unsigned void
  21. # Objective-C datatype keywords
  22. id Class Protocol SEL IMP BOOL
  23.  
  24. [KEYWORDS2:GLOBAL]
  25. # C reserved keywords
  26. main NULL
  27. # Objective-C reserved keywords
  28. self super _cmd nil Nil YES NO
  29.  
  30. [KEYWORDS3:GLOBAL]
  31.  
  32. [KEYWORDS4:GLOBAL]
  33.  
  34. [KEYWORDS5:GLOBAL]
  35.  
  36. [KEYWORDS6:GLOBAL]
  37.  
  38. [KEYWORDS7:GLOBAL]
  39.  
  40. [KEYWORDS8:GLOBAL]
  41.  
  42. [KEYWORDS9:GLOBAL]
  43.